Leadtools.MedicalViewer Namespace : MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Class |
The following tables list the members exposed by MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell>.
Name | Description | |
---|---|---|
MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell> Constructor | Initializes a new Leadtools.MedicalViewer.MedicalViewerSynchronizedCellCollection class object with default parameters. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
IsReadOnly | Specifies whether or not the collection is Read Only. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Item | Gets and sets the item at the specified index from within the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Parent | Gets the parent of the collection. |
Name | Description | |
---|---|---|
Add | Overridden. Appends the synchronized cell to the collection. | |
AddRange | Overridden. Appends an array of synchronized cells to the collection. | |
BringToFront | Brings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Clear | Overridden. Overridden. Removes all items from the MedicalViewerSynchronizedCellCollection<MedicalViewerBaseCell>. | |
Contains | Determines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
DisableEvents | Called to disable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
EnableEvents | Called to enable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
Insert | Overridden. Appends the synchronized cell to the collection using the specified index. | |
Remove | Overridden. Removes the specified synchronized cell. | |
RemoveAt | Overridden. Removes the synchronized cell from the specified index. | |
SendToBack | Sends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |
Name | Description | |
---|---|---|
OnItemAdded | (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
OnItemRemoved | (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |
Name | Description | |
---|---|---|
ItemAdded | Occurs when an item is added to the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) | |
ItemRemoved | Occurs when an item is removed from the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerBaseCell>) |